home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11686 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  30 lines

  1. Path: news.accessus.net!news
  2. From: ronald@accessus.net (Ronald)
  3. Newsgroups: comp.lang.c++
  4. Subject: Device Drivers in windows 95
  5. Date: Fri, 15 Mar 1996 20:03:31 GMT
  6. Organization: accessU.S.
  7. Message-ID: <4icbga$gbf@news.accessus.net>
  8. NNTP-Posting-Host: stlouis-pm2-1/137.accessus.net
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. I need to be able to monitor and modify the hard drive function calls
  12. in windows 95.   I know how to do this in DOS (I intercept the Int 21h
  13. functions and modify parameters as necessary)  Do I have to create a
  14. device driver to do this in windows 95, or is there a similar Int type
  15. call that is made like for DOS?  Where can I find this type of info?
  16.  
  17. For those of you that will be curious about what IÆm doing, it's not a
  18. virus.  I'm working on a way to do simple redirection of files under
  19. windows 95, basically what I'm trying to do is ensure that any new
  20. data that is written to the hard drive is written to a different
  21. partition on the hard drive.  And this new data will be accessed from
  22. there instead of the primary partition.  I'm hoping that this will
  23. help maintain the integrity of the primary partitionÆs data.
  24.  
  25. Thanks for any help you can provide.
  26.  
  27. Ron
  28.  
  29.  
  30.